From d4ac876ec83dbe2477401e0ce18092adc80389e2 Mon Sep 17 00:00:00 2001 From: Roger Pau Monne Date: Thu, 27 Dec 2018 16:26:34 +0100 Subject: [PATCH] x86/dom0: fix wording of PVH Dom0 error message MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit No functional change. Signed-off-by: Roger Pau Monné Acked-by: Andrew Cooper --- xen/arch/x86/hvm/dom0_build.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xen/arch/x86/hvm/dom0_build.c b/xen/arch/x86/hvm/dom0_build.c index 12c20a4b66..91dc27dc3e 100644 --- a/xen/arch/x86/hvm/dom0_build.c +++ b/xen/arch/x86/hvm/dom0_build.c @@ -739,7 +739,7 @@ static int __init pvh_setup_acpi_madt(struct domain *d, paddr_t *addr) /* Place the new MADT in guest memory space. */ if ( pvh_steal_ram(d, size, 0, GB(4), addr) ) { - printk("Unable to find allocate guest RAM for MADT\n"); + printk("Unable to steal guest RAM for MADT\n"); rc = -ENOMEM; goto out; } -- 2.30.2